home *** CD-ROM | disk | FTP | other *** search
- stop();
- playAgain_btn.onRelease = function()
- {
- _root.score = 0;
- _root.gotoAndStop(_root.levelArray[_root.level - 1]);
- };
- submit_btn.onRelease = function()
- {
- _root.gotoAndStop("submit");
- };
- mainMenu_btn.onRelease = function()
- {
- _root.gotoAndStop("lblgameintro");
- };
-